Carbon


GetCollectionExceptionProc

Header: Collections.h Carbon status: Supported

Obtains a pointer to the exception procedure installed in a specified collection.

CollectionExceptionUPP GetCollectionExceptionProc (
    Collection c
);
c

A reference to the collection object whose exception procedure you want to determine. The behavior of this function is undefined if you do not provide a reference to a valid collection object.

function result

A pointer to the exception procedure installed in the c collection object.

DISCUSSION

To install a new exception procedure in a collection object, use the SetCollectionExceptionProc function.

For more information about exception procedures, see CollectionExceptionProcPtr.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)